projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b4f46
)
Fix defgeneric name of gnus-search-index(ed)-extract
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Wed, 11 Nov 2020 17:34:53 +0000
(09:34 -0800)
committer
Eric Abrahamsen
<eric@ericabrahamsen.net>
Wed, 11 Nov 2020 18:35:20 +0000
(10:35 -0800)
* lisp/gnus/gnus-search.el (gnus-search-indexed-extract): Had the
wrong name on the generic.
lisp/gnus/gnus-search.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-search.el
b/lisp/gnus/gnus-search.el
index 8b71daa9ff0638879d0aade3f01dc9a9dcadad4c..fad120ad8eca584e255491e86e20bacd9fa5aa10 100644
(file)
--- a/
lisp/gnus/gnus-search.el
+++ b/
lisp/gnus/gnus-search.el
@@
-1315,7
+1315,7
@@
filenames, sometimes with additional information. Returns a list
of viable results, in the form of a list of [group article score]
vectors.")
-(cl-defgeneric gnus-search-index-extract (engine)
+(cl-defgeneric gnus-search-index
ed
-extract (engine)
"Extract a single article result from the current buffer.
Returns a list of two values: a file name, and a relevancy score.
Advances point to the beginning of the next result.")